Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(impl):[TRI-1569] container scan last image in docker hub #488

Conversation

ds-ext-kmassalski
Copy link

No description provided.

@scherersebastian
Copy link

More like this:

name: don't bring me on the palm
on:
  workflow_dispatch: # Trigger manually
  push:
  pull_request:
jobs:
  build:
    name: Build
    runs-on: ubuntu-20.04
    permissions:
      actions: read
      contents: read
      security-events: write
    steps:
      - name: Checkout code
        uses: actions/checkout@v3

      - name: Run Trivy vulnerability scanner
        uses: aquasecurity/trivy-action@master
        with:
          image-ref: 'tractusx/irs-api:latest'
          format: 'sarif'
          output: 'trivy-results.sarif'

      - run: cat trivy-results.sarif

      - name: Upload Trivy scan results to GitHub Security tab
        uses: github/codeql-action/upload-sarif@v2
        with:
          sarif_file: 'trivy-results.sarif'

@@ -0,0 +1,33 @@
name: "Trivy vulnerability scanner for Docker Hub Image"

Check notice

Code scanning / KICS

IAM Access Analyzer Not Enabled

'AWS::AccessAnalyzer::Analyzer' is undefined
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

@ds-jhartmann ds-jhartmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-ext-kmassalski ds-ext-kmassalski merged commit d0b7151 into main Aug 24, 2023
@ds-ext-kmassalski ds-ext-kmassalski deleted the feature/TRI-1569-container-scan-laster-image-in-docker-hub branch August 24, 2023 08:27
ds-ext-kmassalski added a commit that referenced this pull request Mar 28, 2024
ds-ext-kmassalski added a commit that referenced this pull request Mar 29, 2024
ds-ext-kmassalski added a commit that referenced this pull request Mar 29, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 2, 2024
ds-mwesener added a commit that referenced this pull request Apr 3, 2024
feature: #488, #359, support SingleLevelBomAsBuilt v3.0.0, support Asset Administration Shell v3.1
ds-ext-kmassalski added a commit that referenced this pull request Apr 4, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 4, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 4, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 8, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 8, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 8, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 8, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 9, 2024
ds-ext-kmassalski added a commit that referenced this pull request Apr 10, 2024
feat(impl):[#488] Test that shoul pass, but currently is failing because library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants