File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 REGISTRY : ghcr.io
1313 IMAGE_NAME : ${{ github.repository_owner }}/postgres
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 build :
1720 runs-on : ubuntu-latest
7275 test :
7376 needs : build
7477 runs-on : ubuntu-latest
78+ permissions :
79+ contents : read
80+ packages : read
7581 strategy :
7682 fail-fast : false # Don't cancel other tests if one fails
7783 matrix :
Original file line number Diff line number Diff line change 2121 REGISTRY : ghcr.io
2222 HELM_REGISTRY : oci://ghcr.io/flanksource/charts
2323
24+ permissions :
25+ contents : read
26+
2427jobs :
2528 lint-and-test :
2629 runs-on : ubuntu-latest
9194
9295 security-scan :
9396 runs-on : ubuntu-latest
97+ permissions :
98+ contents : read
99+ security-events : write
94100 steps :
95101 - name : Checkout
96102 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717 REGISTRY : ghcr.io
1818 IMAGE_NAME : ${{ github.repository_owner }}/postgres
1919
20+ permissions :
21+ contents : read
22+
2023jobs :
2124 determine-version :
2225 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 TEST_USER : testuser
1515 TEST_PASSWORD : testpass123
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 test-env-variables :
1922 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments