Skip to content

Commit e211375

Browse files
Merge pull request #24 from GeorgeDavis-Ibexlabs/minor-fixes
More Minor fixes
2 parents 57281f8 + 0280cc4 commit e211375

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/build-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
scan-type: "fs"
9191
format: "github"
9292
output: "dependency-results.sbom.json"
93-
image-ref: "georgedavisibexlabs/publish-sarif-to-jira:main"
9493
github-pat: ${{ secrets.GITHUB_TOKEN }}
9594

9695
- name: Upload trivy SBOM as a Github artifact

.github/workflows/docker-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Check out the repo
33-
uses: actions/checkout@v4.1.7
33+
uses: actions/checkout@v4.2.2
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3
36+
uses: docker/setup-buildx-action@v3.11.1
3737

3838
- name: Log in to Docker Hub
39-
uses: docker/login-action@v3.3.0
39+
uses: docker/login-action@v3.4.0
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
4343

4444
- name: Extract metadata (tags, labels) for Docker
4545
id: meta
46-
uses: docker/metadata-action@v5.5.1
46+
uses: docker/metadata-action@v5.7.0
4747
with:
4848
images: georgedavisibexlabs/publish-sarif-to-jira
4949

5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@v6.6.1
51+
uses: docker/build-push-action@v6.18.0
5252
with:
5353
context: .
5454
file: Dockerfile
@@ -58,7 +58,7 @@ jobs:
5858
labels: ${{ steps.meta.outputs.labels }}
5959

6060
- name: Update Docker Hub description
61-
uses: peter-evans/dockerhub-description@v4.0.0
61+
uses: peter-evans/dockerhub-description@v4.0.2
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -68,15 +68,15 @@ jobs:
6868
enable-url-completion: true
6969

7070
- name: Run Trivy Image scanner
71-
uses: aquasecurity/trivy-action@0.24.0
71+
uses: aquasecurity/trivy-action@0.32.0
7272
with:
7373
scan-type: 'image'
7474
image-ref: 'georgedavisibexlabs/publish-sarif-to-jira:main'
7575
limit-severities-for-sarif: true
7676
trivy-config: .github/config/trivy-sarif.yaml
7777

7878
- name: Upload Trivy Image scan results
79-
uses: actions/upload-artifact@v4.3.6
79+
uses: actions/upload-artifact@v4.6.2
8080
with:
8181
name: trivy-image-scan-results
8282
path: trivy-image-scan-results.sarif

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ atlassian_doc_builder==0.4
22
jira==3.8.0
33
mergedeep==1.3.4
44
python_json_config==1.2.3
5-
setuptools==69.1.0
6-
sarif-tools==2.0.0
5+
setuptools==80.9.0
6+
sarif-tools==3.0.4

0 commit comments

Comments
 (0)